home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17215 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.widomaker.com!usenet
  2. From: alas@widomaker.com ( )
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Primitive Text Editor HELP Me!!!
  5. Date: 14 Apr 1996 15:41:01 GMT
  6. Organization: Widomaker Communication Services
  7. Message-ID: <4kr6ad$4jk@news2.widomaker.com>
  8. References: <3170621D.7B68@flinet.com>
  9. NNTP-Posting-Host: pm1-12.wmbg.widomaker.com
  10. Mime-Version: 1.0
  11. X-Newsreader: WinVN 0.93.14
  12.  
  13. In article <3170621D.7B68@flinet.com>, andy@flinet.com says...
  14. >
  15. >I am in need of a program that perfroms simple text editing functions.
  16. >Nothing special. The more more basic the better because my editor is 
  17. >Borland C++ 
  18. >ver 1.0. Please let me know if you have made or just have a program like 
  19. >this .
  20. >
  21. >thanks
  22. >andy@flinet.com
  23.  
  24. If you arte using Burland 1.0 that must mean you have MS-DOS.  If you 
  25. have dos you already have a small, simple, and powerful editor called 
  26. edit.  It should be in your dos directory.  I have been using edit for 
  27. about two years now, and it has served me well.  A list of its features:
  28.  status bar at the bottom of the screen tells you what line you are on
  29.     (useful for finding those bugs the command line compiler tells you   
  30.    about)
  31.  search for string in the file
  32.  search and replace a string in the file
  33.  after hitting return it autotabs to the start of the first word in the  
  34.     previous line...useful for writing indented code
  35.  and it even saves (woo-hoo!)
  36.  
  37.